🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / feature / node / src / commonMain / kotlin / org / meshtastic / feature / node / navigation / AdaptiveNodeListScreen.kt
Displaying Raw • Download
feature/node/src/commonMain/kotlin/org/meshtastic/feature/node/navigation/AdaptiveNodeListScreen.kt 1390a3cd4f7bc55a37433d1d868e65c01678eb31 (1390a3cd) Text, 1.91 KB
T8b949e/*
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.feature.node.navigation
Tff7b72import T7ee787androidx.compose.runtime.Composable
Tff7b72import T7ee787androidx.navigation3.runtime.NavBackStack
Tff7b72import T7ee787androidx.navigation3.runtime.NavKey
Tff7b72import T7ee787kotlinx.coroutines.flow.Flow
Tff7b72import T7ee787org.koin.compose.viewmodel.koinViewModel
Tff7b72import T7ee787org.meshtastic.core.navigation.ChannelsRoute
Tff7b72import T7ee787org.meshtastic.core.navigation.NodesRoute
Tff7b72import T7ee787org.meshtastic.core.ui.component.ScrollToTopEvent
Tff7b72import T7ee787org.meshtastic.feature.node.list.NodeListScreen
Tff7b72import T7ee787org.meshtastic.feature.node.list.NodeListViewModel
Tf0883e@Composable
Tff7b72fun Td2a8ffAdaptiveNodeListScreenTb4b4b4(
Te6edf3backStackTb4b4b4: Te6edf3NavBackStackTff7b72<Te6edf3NavKeyTff7b72>Tb4b4b4,
Te6edf3scrollToTopEventsTb4b4b4: Te6edf3FlowTff7b72<Te6edf3ScrollToTopEventTff7b72>Tb4b4b4,
Te6edf3onHandleDeepLinkTb4b4b4: Tb4b4b4(Te6edf3orgTb4b4b4.Te6edf3meshtasticTb4b4b4.Te6edf3coreTb4b4b4.Te6edf3commonTb4b4b4.Te6edf3utilTb4b4b4.Te6edf3MeshtasticUriTb4b4b4, Te6edf3onInvalidTb4b4b4: Tb4b4b4(Tb4b4b4) Tff7b72-Tff7b72> Tffa657UnitTb4b4b4) Tff7b72-Tff7b72> Tffa657Unit Tff7b72= Tb4b4b4{ Te6edf3_Tb4b4b4, Te6edf3_ Tff7b72-Tff7b72> Tb4b4b4}Tb4b4b4,
Tb4b4b4) Tb4b4b4{
Tff7b72val Te6edf3nodeListViewModelTb4b4b4: Te6edf3NodeListViewModel Tff7b72= Te6edf3koinViewModelTb4b4b4(Tb4b4b4)
Te6edf3NodeListScreenTb4b4b4(
Te6edf3viewModel Tff7b72= Te6edf3nodeListViewModelTb4b4b4,
Te6edf3navigateToNodeDetails Tff7b72= Tb4b4b4{ Te6edf3nodeId Tff7b72-Tff7b72> Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3NodesRouteTb4b4b4.Te6edf3NodeDetailTb4b4b4(Te6edf3nodeIdTb4b4b4)Tb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3onNavigateToChannels Tff7b72= Tb4b4b4{ Te6edf3backStackTb4b4b4.Te6edf3addTb4b4b4(Te6edf3ChannelsRouteTb4b4b4.Te6edf3ChannelsGraphTb4b4b4) Tb4b4b4}Tb4b4b4,
Te6edf3scrollToTopEvents Tff7b72= Te6edf3scrollToTopEventsTb4b4b4,
Te6edf3activeNodeId Tff7b72= Tff7b72nullTb4b4b4,
Te6edf3onHandleDeepLink Tff7b72= Te6edf3onHandleDeepLinkTb4b4b4,
Tb4b4b4)
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.04s